Description
Used to define the marker symbol in a complex line symbol.Used to define the marker symbol in a complex line symbol.
Diagram
Overview
|
MARKERSYMBOL
Used to define the marker symbol in a complex line symbol.Used to define the marker symbol in a complex line symbol.
|
Sequence
|
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
|
|
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
|
|
|
Restrictions
One marker symbol child element is required with MARKERSYMBOL (SIMPLEMARKERSYMBOL, TRUETYPEMARKERSYMBOL, RASTERMARKERSYMBOL, or GROUPSYMBOL).
Source
<xs:element name="MARKERSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to define the marker symbol in a complex line symbol.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="GROUPSYMBOL" />
<xs:element ref="RASTERMARKERSYMBOL" />
<xs:element ref="SIMPLEMARKERSYMBOL" />
<xs:element ref="TRUETYPEMARKERSYMBOL" />
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also